projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5bec26
)
(replace_buffer_in_all_windows):
author
Karl Heuer
<kwzh@gnu.org>
Thu, 16 Oct 1997 00:07:02 +0000
(
00:07
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 16 Oct 1997 00:07:02 +0000
(
00:07
+0000)
Pass 1 as MINI to window_loop.
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index c5360a886bb9bf2949e0875e4a23a56d7345a142..97a2221142c967ec2b843850ab06efd84c9cb587 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-1666,9
+1666,9
@@
replace_buffer_in_all_windows (buffer)
because it only considers frames on the current keyboard.
So loop manually over frames, and handle each one. */
FOR_EACH_FRAME (tail, frame)
- window_loop (UNSHOW_BUFFER, buffer,
0
, frame);
+ window_loop (UNSHOW_BUFFER, buffer,
1
, frame);
#else
- window_loop (UNSHOW_BUFFER, buffer,
0
, Qt);
+ window_loop (UNSHOW_BUFFER, buffer,
1
, Qt);
#endif
}
\f